POST api/rfqs/customer/{userId}/UpdateRFQQuantities/{productId}?qtys[0]={qtys[0]}&qtys[1]={qtys[1]}
Customer updates RFQ quantities during RFQ bid
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId |
Product/RFQ Id |
integer |
Required |
| qtys |
Array of quantities |
Collection of integer |
Required |
| userId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.